We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e9fccd + a2a990a commit d98710bCopy full SHA for d98710b
.github/workflows/ci-checks.yml
@@ -11,10 +11,10 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- - name: Use node.js 20.x
+ - name: Use node.js 22.x
15
uses: actions/setup-node@v4
16
with:
17
- node-version: 20
+ node-version: 22
18
- name: NPM Install
19
run: npm ci
20
- name: Check Format
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
ref: ${{ github.event.release.tag_name }}
21
0 commit comments