Skip to content

Commit

Permalink
ci: upgrade node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Jun 27, 2024
1 parent fc5d7cd commit b1e757c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Install dependencies
run: yarn --frozen-lockfile
Expand All @@ -23,7 +23,7 @@ jobs:
run: yarn test

- name: Run build
run: yarn babel && yarn build
run: yarn build

- name: Run release
run: yarn release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b1e757c

Please sign in to comment.