Skip to content

Commit 9e0be53

Browse files
committed
updated github actions yml
1 parent a76f6d4 commit 9e0be53

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ jobs:
1616
strategy:
1717
matrix:
1818
node-version:
19-
- 14.x
20-
# - 16.x CANT do 15+ since node-sass doesn't compile there
19+
- 20.x
2120

2221
steps:
23-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2423
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v4
2625
with:
2726
node-version: ${{ matrix.node-version }}
28-
- run: npm i -g npm@latest
2927
- run: npm ci --ignore-scripts # avoid "fsevents not accessible from chokidar" error
3028
- run: npm test

0 commit comments

Comments
 (0)