Skip to content

Commit 8301a3d

Browse files
committed
Infrastructure: Update Node version used by GHA
1 parent 83c7f41 commit 8301a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '14'
19+
node-version: '20'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)