Skip to content

Commit 7297b83

Browse files
authored
Update update_snapshot.yml
1 parent 0719e1d commit 7297b83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update_snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
update:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
- name: Use Node.js
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v6
1818
with:
19-
node-version: "16.x"
19+
node-version: "22.x"
2020
- run: |
2121
npm ci
2222
npm run test -- -u

0 commit comments

Comments
 (0)