Skip to content

Commit

Permalink
fixup! upgrading node on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Nov 4, 2024
1 parent c6fcaba commit f64f61c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: .tool-versions

- name: 📦 Install dependencies
run: yarn install
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: .tool-versions

- name: 📦 Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.20.0
nodejs 18.19.0

0 comments on commit f64f61c

Please sign in to comment.