Skip to content

Commit

Permalink
Switch to latest node version re github.com/actions/setup-node/issues…
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed May 16, 2024
1 parent 4900e0b commit d008f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoBuildDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21.x
node-version: latest
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21.x
node-version: latest
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 21.x
node-version: latest
- name: "Install dependencies"
run: npm ci
- name: "Build & Sanity Test"
Expand Down

0 comments on commit d008f55

Please sign in to comment.