Skip to content

Commit

Permalink
add exact versions of node.js to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 19, 2024
1 parent e2d32a4 commit 7a751c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "Checkout repo"
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4.1
registry-url: https://registry.npmjs.org/
name: "Install Node.js"
- run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
name: Checkout repo
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4.1
name: Install Node.js
- run: npm ci
name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
node: [18.20.4, 20.15.1, 22.4.1]
name: Test repo on Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a751c7

Please sign in to comment.