Use setup-node@v4 instead of pinning to a revision

This commit is contained in:
Łukasz Jernaś 2024-01-28 19:45:51 +01:00 committed by daz
parent bfa0fe410a
commit 2f8436d9bb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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