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.
1 parent 611229b commit 82a8e69Copy full SHA for 82a8e69
.github/workflows/check_code.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v4.0.3
13
with:
14
- node-version: '22.5.1'
+ node-version: '22.6.0'
15
- name: Install dependencies
16
run: npm install
17
- name: Prettier
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup node
25
uses: actions/setup-node@v4
26
27
- node-version: 22.5.1
28
registry-url: 'https://registry.npmjs.org'
29
30
.nvmrc
@@ -1 +1 @@
1
-22.5.1
+22.6.0
0 commit comments