Skip to content

Commit bb892ff

Browse files
authored
Try latest nodejs
1 parent e56847e commit bb892ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
# https://github.com/actions/setup-node
2323
- name: Install Node.js
24-
uses: actions/setup-node@v2-beta
24+
uses: actions/setup-node@v4
2525
with:
26-
node-version: '14'
26+
node-version: '20'
2727

2828
# https://github.com/actions/checkout
2929
- name: Checkout

0 commit comments

Comments
 (0)