We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be849f commit add4192Copy full SHA for add4192
1 file changed
.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
14
- uses: actions/checkout@v3
15
16
- name: Setup Node.js
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
with:
19
- node-version: '18'
+ node-version: '20.x'
20
cache: 'npm'
21
22
- name: Install dependencies
@@ -32,4 +32,5 @@ jobs:
32
# run: npm run test
33
34
- name: Build
35
- run: npm run build
+
36
+ run: npm run build
0 commit comments