Skip to content

Commit

Permalink
Update GitHub Actions actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 25, 2023
1 parent d7da7f0 commit 0ddd802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
${{ runner.os }}-${{ env.cache-name }}
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down

0 comments on commit 0ddd802

Please sign in to comment.