Skip to content

Commit

Permalink
update gh actions and node
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 4, 2024
1 parent 7ab6562 commit bd63a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 18.x
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 18.x
node-version: 20.x
- name: Node modules cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit bd63a77

Please sign in to comment.