Skip to content

Commit

Permalink
upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Mar 12, 2024
1 parent ed964d1 commit 7462ff2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v3.0.0
with:
version: 7.1.9
version: 8.15.2
run_install: true
- name: Prettier check
run: pnpx prettier --check *.ts
Expand All @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ./g-plane/typed-query-selector
- name: Checkout "refined-github"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: sindresorhus/refined-github
ref: 6e1be0b732b272b3bf58c4db0d9d76fb8ed5c11e
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7462ff2

Please sign in to comment.