Skip to content

Commit

Permalink
ci: use nodejs v16
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 14, 2024
1 parent 6405106 commit df0dfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: ['18']
node: ['16']
os: [windows-2019, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-wo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node: ['lts/*']
node: ['16']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit df0dfd3

Please sign in to comment.