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 5b80089 commit 85433e8Copy full SHA for 85433e8
2 files changed
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
show-progress: false
101
102
- name: Set up Node.js
103
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
104
with:
105
cache: "npm"
106
check-latest: true
.github/workflows/codemod_publish.yml
@@ -91,7 +91,7 @@ jobs:
91
ls -lah "$CODEMOD_PATH"
92
93
- name: Setup Node.js environment
94
95
96
node-version-file: ".nvmrc"
97
cache: npm
0 commit comments