Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 08eeb33

Browse files
committed
Use setup-node GH action
1 parent fc9d9b2 commit 08eeb33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@master
8+
- uses: actions/setup-node@master
9+
with:
10+
node-version: 20
811
- name: check node version
912
run: node --version
1013
- name: check npm version

0 commit comments

Comments
 (0)