Skip to content

Commit add4192

Browse files
authored
Update CI workflow for Node.js and action versions
Updated Node.js version to 20.x and action version to v4.
1 parent 4be849f commit add4192

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18'
19+
node-version: '20.x'
2020
cache: 'npm'
2121

2222
- name: Install dependencies
@@ -32,4 +32,5 @@ jobs:
3232
# run: npm run test
3333

3434
- name: Build
35-
run: npm run build
35+
36+
run: npm run build

0 commit comments

Comments
 (0)