Skip to content

Commit

Permalink
Merge pull request #67 from TimonVS/feat/node-16
Browse files Browse the repository at this point in the history
Node 16 upgrade
  • Loading branch information
TimonVS committed Nov 13, 2022
2 parents e2edd7b + f310742 commit 0a97260
Show file tree
Hide file tree
Showing 3 changed files with 6,359 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -6,11 +6,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci
env:
Expand Down

0 comments on commit 0a97260

Please sign in to comment.