Skip to content

Upgraded-nodejs-to-v22.13 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup NodeJS LTS version
uses: actions/setup-node@v3
with:
node-version: "18.12.0"
node-version: "22.13"

- name: Setup the project
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .neetoci/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan: standard-2
global_job_config:
setup:
- checkout
- neetoci-version node 18.12
- neetoci-version node 22.13
- cache restore
- yarn install
- cache store
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12
22.13
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12
22.13
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ global_job_config:
prologue:
commands:
- checkout
- sem-version node 18.12
- sem-version node 22.13
- yarn install
env_vars:
- name: ENV
Expand Down
Loading