We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceb083 commit 3af7ec9Copy full SHA for 3af7ec9
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
# Setup .npmrc file to publish to GitHub Packages
28
- uses: actions/setup-node@v4
29
with:
30
- node-version: '16'
+ node-version: '22'
31
registry-url: 'https://npm.pkg.github.com'
32
- run: npm install
33
- run: npm publish
@@ -42,7 +42,7 @@ jobs:
42
# Setup .npmrc file to publish to npmjs.org
43
44
45
46
registry-url: 'https://registry.npmjs.org'
47
48
.github/workflows/tests.yaml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
18
19
cache: 'npm'
20
- name: install dependencies
21
run: |
0 commit comments