Skip to content

Commit

Permalink
Use Node 16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Nov 13, 2022
1 parent b4ed8a1 commit f310742
Showing 1 changed file with 4 additions and 4 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 f310742

Please sign in to comment.