Skip to content

Commit

Permalink
Add Node.js 22 to CI
Browse files Browse the repository at this point in the history
PR-URL: #76
  • Loading branch information
tshemsedinov committed Aug 13, 2024
1 parent e6baa82 commit e436300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: Testing CI

on: pull_request

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node:
- 16
- 18
- 20
- 21
- 22
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 @@ -16,7 +16,7 @@
"main": "index.js",
"files": ["rules/", "scripts/"],
"engines": {
"node": "16 || 18 || 20 || 21"
"node": "16 || 18 || 20 || 21 || 22"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e436300

Please sign in to comment.