Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
build(test.yml): set node-version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2021
1 parent dd37a11 commit 12a0c8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Test

on:
"on":
push:
branches:
- master
- renovate/**

pull_request:
types:
- opened
- synchronize

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -19,5 +16,6 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- run: npm ci
- run: npm test

0 comments on commit 12a0c8f

Please sign in to comment.