We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6639a1f commit 8a75cf6Copy full SHA for 8a75cf6
1 file changed
.github/workflows/workflow.yml
@@ -4,13 +4,11 @@ jobs:
4
test:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v1
8
- with:
9
- fetch-depth: 1
+ - uses: actions/checkout@v4
10
- name: Setup Node.js
11
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
12
with:
13
- node-version: 14.15.1
+ node-version: 22
14
- name: Installing dependencies
15
run: npm install
16
- name: Running tests
0 commit comments