Skip to content

Commit

Permalink
Merge pull request #92 from thc202/update-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
ricekot authored Apr 29, 2024
2 parents 5053d10 + 8b843cc commit 20a97a9
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 20a97a9

Please sign in to comment.