Skip to content

Commit

Permalink
Update github actions for nodejs 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtMathArt committed Nov 4, 2024
1 parent 3acc23d commit 2fa9c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16, 18]
node-version: [16, 18, 22]
os: [ubuntu-latest, macos-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'

- name: Config git user
Expand Down

0 comments on commit 2fa9c40

Please sign in to comment.