Skip to content

Commit

Permalink
ci: upgraded to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla committed Jul 17, 2024
1 parent 6d5079e commit 606d4bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# https://github.com/actions/setup-node
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
node-version: 18
cache: 'yarn'

- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
Expand Down

0 comments on commit 606d4bf

Please sign in to comment.