Skip to content

Commit

Permalink
Bump NodeJS to v18 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Oct 4, 2023
1 parent 12c22a1 commit 50af649
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: "18"
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/edge_ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: Install and Build 🔧
run: |
yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- run: yarn install
- run: yarn build
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: focal
language: node_js
node_js:
- 17
- 18

cache: yarn

0 comments on commit 50af649

Please sign in to comment.