Skip to content

Commit add657d

Browse files
Update actions/setup-node action to v3.8.2 (#724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dba715 commit add657d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: npm install and test

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/[email protected]
12-
- uses: actions/[email protected].1
12+
- uses: actions/[email protected].2
1313
with:
1414
node-version: 16
1515
- run: npm ci
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/[email protected].1
23+
- uses: actions/[email protected].2
2424
with:
2525
node-version: 16
2626
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)