Skip to content

Commit 4cec6b0

Browse files
migrate to pnpm: update GitHub Actions to use latest setup-node and checkout actions
1 parent a8c6bd0 commit 4cec6b0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: '22.x'
1919
registry-url: 'https://registry.npmjs.org'

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
cache: 'npm'
2726

2827
- name: Install pnpm
2928
run: npm install -g pnpm

0 commit comments

Comments
 (0)