Skip to content

Commit 9b5c56a

Browse files
committed
upgrade GH actions
1 parent 085205c commit 9b5c56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99

1010
- name: Setup Node
11-
uses: actions/setup-node@v1
11+
uses: actions/setup-node@v4
1212
with:
13-
node-version: 18
13+
node-version: 20
1414

1515
- name: Install dependencies
1616
run: npm install

0 commit comments

Comments
 (0)