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

Commit

Permalink
Update to version 17 of NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Oct 20, 2021
1 parent 0530f5a commit 6b203b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 17
check-latest: true
cache: npm

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 17

- name: Run ${{ matrix.command }} task
run: npm run ${{ matrix.command }}

0 comments on commit 6b203b2

Please sign in to comment.