We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fb3e3 commit f6d6865Copy full SHA for f6d6865
.github/workflows/ci.yml
@@ -15,12 +15,12 @@ jobs:
15
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Setup Node
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
22
with:
23
- node-version: 18
+ node-version: 20
24
25
- name: Install dependencies
26
run: npm install
@@ -35,12 +35,12 @@ jobs:
35
36
37
38
39
40
41
42
43
44
registry-url: https://registry.npmjs.org/
45
46
0 commit comments