Skip to content

Commit

Permalink
updated build jobs to use node 20.0+
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Deubler <[email protected]>
  • Loading branch information
TerminalTim committed Sep 3, 2024
1 parent 57fbde4 commit 4cbbb4d
Show file tree
Hide file tree
Showing 4 changed files with 7,809 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [ 14.x ]
node-version: [ 20.x ]
browser: [ ChromeHeadless ]
os: [ ubuntu-latest ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'
- name: Install dependencies
run: yarn install --network-timeout ${{ env.yarn-network-timeout }}
- name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
Loading

0 comments on commit 4cbbb4d

Please sign in to comment.