Skip to content

Commit

Permalink
exact versions:
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Sep 24, 2024
1 parent 4b9770b commit 8a2951f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: Node.js setup
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.4
with:
cache: npm
cache-dependency-path: package-lock.json
node-version: 20.17.x
node-version: 20.17.0
registry-url: https://registry.npmjs.org

- name: Dependencies installation
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

strategy:
matrix:
node-version: [ 18.20.x, 20.17.x ]
node-version: [ 18.20.4, 20.17.0 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]

steps:
- name: Repository checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: Node.js setup ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v4.0.4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand Down

0 comments on commit 8a2951f

Please sign in to comment.