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 6a5995c + 1e5f1dd commit 9c3bb04Copy full SHA for 9c3bb04
.github/setup/action.yml
@@ -3,7 +3,7 @@ description: "Set up the node environment"
3
runs:
4
using: composite
5
steps:
6
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
7
with:
8
node-version: lts/*
9
- name: Get yarn cache directory path
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
- uses: actions/checkout@v4
20
21
22
23
- uses: "./.github/setup"
0 commit comments