Skip to content

Commit

Permalink
Update CI, Node.js 16 actions are deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui authored Feb 25, 2024
1 parent 2b49b75 commit a1acb7f
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
@@ -1,4 +1,4 @@
name: Main
name: Code Quality

on:
pull_request:
Expand All @@ -21,11 +21,11 @@ jobs:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit a1acb7f

Please sign in to comment.