Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update npm version on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
harapekokoro committed Sep 29, 2023
1 parent ac78ffd commit 22d048c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-npm: [{node: '16.x', npm: '7.x'}, {node: '18.x', npm: '8.x'}, {node: '20.x', npm: '9.x'}]
node-npm: [{node: '16.x', npm: '8.x'}, {node: '18.x', npm: '9.x'}, {node: '20.x', npm: '10.x'}]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 22d048c

Please sign in to comment.