Merge pull request #162 from makermelissa/main

Update Github Workflow to use Node 18
pull/163/head
Melissa LeBlanc-Williams 1 year ago committed by GitHub
commit 7ee7c47af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: script/build
- run: npm exec -- prettier --check src

@ -32,7 +32,7 @@ jobs:
- name: install node v16
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Yarn with NPM
run: npm install -g yarn
- name: yarn install

Loading…
Cancel
Save