Skip to content

Commit b3663d7

Browse files
committed
update github actions
1 parent d2031b1 commit b3663d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [20, 18, 16]
18+
node-version: [20, 18]
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)