We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca92ff commit 1463c30Copy full SHA for 1463c30
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
# Setup .npmrc file to publish to npm
21
- uses: actions/setup-node@v4
22
with:
23
- node-version: '20.x'
+ node-version: '22.x'
24
registry-url: 'https://registry.npmjs.org'
25
- run: npm ci
26
- run: npm publish --provenance
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
17
18
steps:
19
- name: Cancel Previous Runs
0 commit comments