We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0719e1d commit 7297b83Copy full SHA for 7297b83
1 file changed
.github/workflows/update_snapshot.yml
@@ -12,11 +12,11 @@ jobs:
12
update:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
16
- name: Use Node.js
17
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
18
with:
19
- node-version: "16.x"
+ node-version: "22.x"
20
- run: |
21
npm ci
22
npm run test -- -u
0 commit comments