-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update node to v20 and npm to v9 or newer (#1819)
- Loading branch information
1 parent
23ac90a
commit e7a4052
Showing
10 changed files
with
1,470 additions
and
1,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
registry-url: 'https://npm.pkg.github.com' | ||
- name: Install dependencies | ||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
registry-url: 'https://npm.pkg.github.com' | ||
- name: Install dependencies | ||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline | ||
|
@@ -43,7 +43,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
registry-url: 'https://npm.pkg.github.com' | ||
- name: Install dependencies | ||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline | ||
|
@@ -62,7 +62,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
registry-url: 'https://npm.pkg.github.com' | ||
- name: Install dependencies | ||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline | ||
|
@@ -81,7 +81,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
registry-url: 'https://npm.pkg.github.com' | ||
- name: Install dependencies | ||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline | ||
|
@@ -100,7 +100,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
- name: Install latest npm | ||
run: npm install --global npm@latest | ||
- name: Install dependencies | ||
|
@@ -124,7 +124,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
cache: 'npm' | ||
node-version: 16 | ||
node-version: 20 | ||
registry-url: 'https://npm.pkg.github.com' | ||
- name: Install dependencies | ||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v14 | ||
v20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ inputs: | |
name: 'Merge me!' | ||
runs: | ||
main: dist/index.js | ||
using: node16 | ||
using: node20 |
Oops, something went wrong.