Skip to content

Commit 3cc8255

Browse files
committed
Update Actions
1 parent 5cd623e commit 3cc8255

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: main
2-
on:
3-
- pull_request
4-
- push
51
jobs:
62
main:
73
runs-on: ubuntu-latest
84
steps:
9-
- uses: actions/checkout@v2
10-
- uses: dcodeIO/setup-node-nvm@master
5+
- uses: actions/checkout@v4
6+
- uses: actions/setup-node@v4
117
with:
128
node-version: node
139
- run: npm install
1410
- run: npm test
11+
name: main
12+
on:
13+
- pull_request
14+
- push

0 commit comments

Comments
 (0)