We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c994579 commit 80a3d97Copy full SHA for 80a3d97
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13
- run: corepack enable
14
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
+ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
15
with:
16
node-version-file: '.nvmrc'
17
cache: 'yarn'
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments