Skip to content

Commit 93a32d3

Browse files
update(node version 20): for github actions (#245)
Co-authored-by: enzo707 <enzo.batista@autodesk.com>
1 parent 200e0f4 commit 93a32d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [20.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
- run: npm ci --force
2222
- run: npm run build:dev --if-present
2323
- run: npm test
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16
33+
node-version: 20
3434
registry-url: https://registry.npmjs.org/
3535
- run: npm ci --force
3636
- run: npm run production --if-present

0 commit comments

Comments
 (0)