Skip to content

Commit

Permalink
ci: set node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Jan 19, 2025
1 parent 7201092 commit c4a422d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Quality Control
uses: cnpja/workflows/.github/workflows/nodejs_quality_control.yaml@master
secrets: inherit
with:
node-version: 22.x

publish:
name: NPM Publish
Expand All @@ -32,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x

- name: Install Dependencies
run: |
Expand Down

0 comments on commit c4a422d

Please sign in to comment.