Skip to content

Commit

Permalink
Pin node 16 version to 16.14.2 in build action
Browse files Browse the repository at this point in the history
To fix `npm ci` bug
npm/cli#5125
  • Loading branch information
orenyomtov committed Aug 31, 2022
1 parent d32f1e0 commit 0949b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.14.2]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 0949b6d

Please sign in to comment.