Skip to content

Commit

Permalink
Upgrade node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sopa301 committed Jan 16, 2024
1 parent 3cd1b6e commit 68d670f
Show file tree
Hide file tree
Showing 5 changed files with 2,637 additions and 16,308 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Set up Node caching
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- gh-pages

env:
NODE_VER: '16.x'
NODE_VER: '18.x'
JAVA_DISTRIBUTION: 'zulu'
JAVA_VER: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- name: Download deployment artifacts
uses: dawidd6/action-download-artifact@v2
Expand Down
Loading

0 comments on commit 68d670f

Please sign in to comment.