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 bafa4d8 commit ed26e6aCopy full SHA for ed26e6a
.github/workflows/publish.yaml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
ref: ${{ github.event.release.tag_name }}
15
- - name: Use node.js 16.x
16
- uses: actions/setup-node@v3
+ - name: Use node.js 20.x
+ uses: actions/setup-node@v4
17
18
- node-version: 16
+ node-version: 20
19
- name: NPM Install
20
run: npm ci
21
- name: Check Format
0 commit comments