Skip to content

Commit

Permalink
Fix job name and update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ai authored Oct 8, 2023
1 parent 02b3f38 commit af4f833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read
jobs:
full:
name: Node.js 19 Full
name: Node.js 20 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand All @@ -18,7 +18,7 @@ jobs:
with:
version: 8
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
Expand All @@ -42,7 +42,7 @@ jobs:
with:
version: 8
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down

0 comments on commit af4f833

Please sign in to comment.