Skip to content

Commit b0d38b1

Browse files
Update actions/setup-node action to v7
1 parent fd34090 commit b0d38b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v7
1212
- name: Use Node.js
13-
uses: actions/setup-node@v6
13+
uses: actions/setup-node@v7.0.0
1414
- run: npm install
1515
- run: npm run lint

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v7
1616
- name: Use Node.js
17-
uses: actions/setup-node@v6
17+
uses: actions/setup-node@v7.0.0
1818
with:
1919
registry-url: 'https://registry.npmjs.org'
2020
- run: |

0 commit comments

Comments
 (0)