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/test.yml | |
| parent | tweak style (diff) | |
| download | misskey-726959911cbeb175fcce2aeae6ff223c085ff144.tar.gz misskey-726959911cbeb175fcce2aeae6ff223c085ff144.tar.bz2 misskey-726959911cbeb175fcce2aeae6ff223c085ff144.zip | |
Update actions/setup-node (#9586)
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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' |