Skip to content

Commit

Permalink
Use latest Node LTS version (18)
Browse files Browse the repository at this point in the history
  • Loading branch information
zofrex committed Oct 31, 2022
1 parent eff883e commit 2075057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-node-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up NodeJS environment
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'

- name: Check that 'npm install' would make no changes
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up NodeJS environment
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'

- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up NodeJS environment
uses: "actions/setup-node@v1"
with:
node-version: 12
node-version: '18'

- name: Set up Git environment
run: |
Expand Down

0 comments on commit 2075057

Please sign in to comment.