Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
irnnr committed Feb 14, 2024
1 parent 1a6acfe commit a3f9ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
nodeVersion: [ 14, 16, 18, 20 ]
name: Run Tests - Node ${{ matrix.nodeVersion }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodeVersion }}
cache: 'npm'
Expand Down

0 comments on commit a3f9ee1

Please sign in to comment.