Skip to content

Commit

Permalink
Node: bump to 18 & 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Dec 12, 2023
1 parent 162eac9 commit 4bdbc14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 18
- 20

name: Unit tests w/ Node.js ${{matrix.node}}.x
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '18.x'
- run: yarn config set npmAuthToken $YARN_NPM_AUTH_TOKEN
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.16.1
18.19.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"access": "public"
},
"volta": {
"node": "12.16.1"
"node": "18.19.0"
},
"scripts": {
"build": "yarn clean; tsc",
Expand Down

0 comments on commit 4bdbc14

Please sign in to comment.