Skip to content

Commit

Permalink
ci: Bump node to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 9, 2024
1 parent 2a46f75 commit 1087135
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
cache: yarn
- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: yarn

- name: Install fonts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: yarn

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: yarn
- name: Build website
run: |
Expand Down

0 comments on commit 1087135

Please sign in to comment.