Skip to content

Commit 3fbaf82

Browse files
bump to node 20
1 parent 39ff60e commit 3fbaf82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '16'
22+
node-version: '20'
2323

2424
- name: Install dependencies
2525
run: npm install

0 commit comments

Comments
 (0)