Skip to content

Commit

Permalink
Upgrade Node version to 18 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zabomate committed Nov 4, 2023
1 parent 9ecbb1f commit 7fb50b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'

- name: Install Dependencies 📦
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

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

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'

- name: Install Dependencies 📦
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
registry-url: https://registry.npmjs.org/

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
registry-url: https://registry.npmjs.org/

Expand Down

0 comments on commit 7fb50b3

Please sign in to comment.