Bump NodeJS to v18

This commit is contained in:
dklimpel 2023-09-30 21:29:06 +02:00
parent 12c22a170b
commit b505f2b5e2
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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: |

View File

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