Skip to content

Commit 080ee31

Browse files
committed
update test action
1 parent d546239 commit 080ee31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout 🍔🍟🥤
12-
uses: actions/checkout@v2.3.1
12+
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
1515

1616
- name: Use Node.js 😂
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: '14.x'
19+
node-version: '18'
2020

2121
- name: Test 🧪
2222
run: |

0 commit comments

Comments
 (0)