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 3c58e14 commit ac43bb0Copy full SHA for ac43bb0
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
version: latest
20
21
- name: Install Node.js v19
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
23
with:
24
node-version: 19
25
cache: pnpm
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Install Node.js v18
50
51
52
node-version: ${{ matrix.node-version }}
53
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments