Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
ci: bump up actions to use NodeJS 16 as their runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 16, 2022
1 parent 978703c commit ce4d0a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand All @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage
Expand Down

0 comments on commit ce4d0a2

Please sign in to comment.