Skip to content

Commit

Permalink
Build: Update action/setup-node to avoid set-output warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 8, 2023
1 parent 143dfe8 commit 7d9719a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
${{ github.workspace }}/.puppeteer_download
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: Use Node.js 16
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install mozjs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browsers-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Use Node.js 16
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browsers-quick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Use Node.js 16
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Use Node.js 16
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproducible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js 16
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down

0 comments on commit 7d9719a

Please sign in to comment.