Skip to content

Commit

Permalink
fix: ci/cd #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Jul 20, 2022
1 parent 5445119 commit 3ff2964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
cache: 'npm'

- name: Install dependencies
Expand Down

0 comments on commit 3ff2964

Please sign in to comment.