Browse Source

update to node18

pull/475/head
Philip H 2 years ago
committed by GitHub
parent
commit
61062979cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/lint.yml

6
.github/workflows/lint.yml

@ -12,10 +12,10 @@ jobs:
name: Lint name: Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-node@v1 - uses: actions/setup-node@v3
with: with:
node-version: '14' node-version: '18'
- run: | - run: |
cd src cd src

Loading…
Cancel
Save