Bump NodeJS to v18 (#407)

This commit is contained in:
Dirk Klimpel 2023-10-04 09:23:43 +02:00 committed by GitHub
parent 12c22a170b
commit 50af6499b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup node - name: Setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: "18"
- name: Install dependencies - name: Install dependencies
run: yarn --frozen-lockfile run: yarn --frozen-lockfile
- name: Run tests - name: Run tests

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "18"
- name: Install and Build 🔧 - name: Install and Build 🔧
run: | run: |
yarn install yarn install

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "18"
- run: yarn install - run: yarn install
- run: yarn build - run: yarn build
- run: | - run: |

View file

@ -1,6 +1,6 @@
dist: focal dist: focal
language: node_js language: node_js
node_js: node_js:
- 17 - 18
cache: yarn cache: yarn