Skip to content

Commit

Permalink
Upgrade Node to v20.5.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxe committed Jul 27, 2023
1 parent 9b4a221 commit 7e5c922
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/at-will.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14.17.3'
node-version: '20.5.0'

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14.17.3"
node-version: "20.5.0"

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14.17.3'
node-version: '20.5.0'

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14.17.3"
node-version: "20.5.0"

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14.17.3"
node-version: "20.5.0"

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.3
v20.5.0

0 comments on commit 7e5c922

Please sign in to comment.