Skip to content

Commit

Permalink
build: Use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Feb 5, 2024
1 parent 01279b1 commit b3ceed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
run-commit-lint: true
node-version: 19.x
node-version: 20.x
run-build: true
audit-script: npm run audit
pre-test-script: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Continuous Integration
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 19.x
node-version: 20.x
run-commit-lint: true
audit-script: npm run audit
pre-test-script: |
Expand All @@ -30,7 +30,7 @@ jobs:
needs:
- ci
with:
node-version: 19.x
node-version: 20.x
build-path: dist
artifact-name: package

Expand All @@ -44,10 +44,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 19.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 19.x
node-version: 20.x

- name: Download built package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b3ceed1

Please sign in to comment.