We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eb146 commit 1a209c0Copy full SHA for 1a209c0
1 file changed
.github/workflows/publish.yml
@@ -8,15 +8,15 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
- node-version: "16.x"
+ node-version: "20.x"
15
registry-url: "https://registry.npmjs.org"
16
# https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/
17
- name: Cache dependencies
18
id: cache
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
21
path: ./node_modules
22
key: npm-${{ hashFiles('package-lock.json') }}
0 commit comments