We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 981410c + cf92994 commit 4083c7eCopy full SHA for 4083c7e
1 file changed
.github/workflows/publish.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
14
- - name: Use Node.js 14
15
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v4
+ - name: Use Node.js 20
+ uses: actions/setup-node@v4
16
with:
17
- node-version: '14.x'
+ node-version: '20.x'
18
registry-url: 'https://registry.npmjs.org'
19
- name: npm install, build, test, publish
20
run: |
0 commit comments