Skip to content

Commit

Permalink
[patch] fix GitHub Action used for setting up Node
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Mar 24, 2024
1 parent f649e65 commit 5db6ad6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/checkout@v4.0.2
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/checkout@v4.0.2
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
2 changes: 1 addition & 1 deletion configs/.github/workflows/build-for-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4.0.2
- uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
- name: build
Expand Down
2 changes: 1 addition & 1 deletion configs/.github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/checkout@v4.0.2
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
2 changes: 1 addition & 1 deletion configs/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/checkout@v4.0.2
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
- name: run test
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virmator",
"version": "11.5.1",
"version": "11.5.2",
"description": "Handle common package configs, commands, and dependencies.",
"keywords": [
"automation",
Expand Down

0 comments on commit 5db6ad6

Please sign in to comment.