Skip to content

Commit

Permalink
chore(ci): update CI actions to versions that use node 20
Browse files Browse the repository at this point in the history
Fixes #153
  • Loading branch information
andyrooger committed Sep 17, 2024
1 parent bbad544 commit 61eff9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
Expand All @@ -33,9 +33,9 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
Expand Down

0 comments on commit 61eff9f

Please sign in to comment.