Skip to content

Commit

Permalink
Add node 21 to CI
Browse files Browse the repository at this point in the history
PR-URL: #460
  • Loading branch information
tshemsedinov committed Oct 29, 2023
1 parent 38f5409 commit ce11bc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ on: pull_request
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node:
- 18
- 20
- 21
os:
- ubuntu-latest
- windows-latest
- macos-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20"
"node": "18 || 20 || 21"
},
"dependencies": {
"metautil": "^3.10.0",
Expand Down

0 comments on commit ce11bc4

Please sign in to comment.