Skip to content

Commit

Permalink
Use Node 18 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chetbox committed Mar 27, 2024
1 parent e42c9cd commit 087fa3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- run: npm install -g [email protected]
- run: yarn
- run: yarn workspaces run build
Expand All @@ -24,10 +24,10 @@ jobs:
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- run: npm install -g [email protected]
- run: yarn
- run: yarn workspaces run build
Expand Down

0 comments on commit 087fa3e

Please sign in to comment.