diff options
| author | Masaya Suzuki <15100604+massongit@users.noreply.github.com> | 2023-01-15 15:58:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 15:58:10 +0900 |
| commit | 726959911cbeb175fcce2aeae6ff223c085ff144 (patch) | |
| tree | e7c744f4026b6d778f3a5e7eab07cf471e64fb23 /.github/workflows | |
| parent | tweak style (diff) | |
| download | sharkey-726959911cbeb175fcce2aeae6ff223c085ff144.tar.gz sharkey-726959911cbeb175fcce2aeae6ff223c085ff144.tar.bz2 sharkey-726959911cbeb175fcce2aeae6ff223c085ff144.zip | |
Update actions/setup-node (#9586)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0e84a0985..affe255fec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: with:
fetch-depth: 0
submodules: true
- - uses: actions/setup-node@v3.2.0
+ - uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
cache: 'yarn'
@@ -37,7 +37,7 @@ jobs: with:
fetch-depth: 0
submodules: true
- - uses: actions/setup-node@v3.2.0
+ - uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
cache: 'yarn'
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 444ee0b5c9..b662e5e243 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: with: submodules: true - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.6.0 with: node-version: ${{ matrix.node-version }} cache: 'yarn' @@ -87,7 +87,7 @@ jobs: #- uses: browser-actions/setup-firefox@latest # if: ${{ matrix.browser == 'firefox' }} - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v3.6.0 with: node-version: ${{ matrix.node-version }} cache: 'yarn' |