Skip to content

Commit 69ee2a5

Browse files
author
Callin Mullaney
committed
chore: update workflows to use node v20
1 parent b25befb commit 69ee2a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 16.13
18+
node-version: 20
1919
- name: Install
2020
run: npm install
2121
- name: Lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 16.13
18+
node-version: 20
1919
- name: Install
2020
run: npm install
2121
- name: Test

0 commit comments

Comments
 (0)