We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5f996 commit be75ca8Copy full SHA for be75ca8
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup node using cache (faster)
42
uses: actions/setup-node@v4
43
with:
44
- node-version: '22.17.1'
+ node-version: '22.21.1'
45
46
- run: npm ci --production
47
@@ -94,7 +94,7 @@ jobs:
94
- name: Setup Node (for publish)
95
96
97
98
registry-url: 'https://registry.npmjs.org'
99
100
- name: Preview npm tarball
0 commit comments