Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
Use latest major versions to address deprecation warn with Node.js 16.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Mar 21, 2024
1 parent 5053d10 commit 8b843cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 17
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 17
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 8b843cc

Please sign in to comment.