Skip to content

Commit

Permalink
Use setup-node@v4 instead of pinning to a revision
Browse files Browse the repository at this point in the history
  • Loading branch information
deejay1 authored and bigdaz committed Jan 29, 2024
1 parent bfa0fe4 commit 2f8436d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
Expand Down

0 comments on commit 2f8436d

Please sign in to comment.