Skip to content

Commit

Permalink
update(node version 20): for github actions (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: enzo707 <enzo.batista@autodesk.com>
  • Loading branch information
Enzo707 and EnzoBatistaU authored Oct 9, 2024
1 parent 200e0f4 commit 93a32d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci --force
- run: npm run build:dev --if-present
- run: npm test
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci --force
- run: npm run production --if-present
Expand Down

0 comments on commit 93a32d3

Please sign in to comment.