Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Feb 19, 2023
1 parent 89fc6b5 commit 58dfc73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: npm
- name: add git binaries to PATH
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js 16
uses: actions/setup-node@master
with:
version: "16"
version: 16
cache: npm
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 58dfc73

Please sign in to comment.