We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c3015 commit 31bd68bCopy full SHA for 31bd68b
2 files changed
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
19
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
20
with:
21
node-version: 20.17.0
22
23
- - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
24
25
path: node_modules
26
key: npm-${{ hashFiles('package-lock.json') }}
.nvmrc
@@ -1 +1 @@
1
-24.14.0
+24.14.1
0 commit comments