Skip to content

Commit

Permalink
chore: update workflows to use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Jul 29, 2024
1 parent b25befb commit 69ee2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.13
node-version: 20
- name: Install
run: npm install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.13
node-version: 20
- name: Install
run: npm install
- name: Test
Expand Down

0 comments on commit 69ee2a5

Please sign in to comment.