We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8974b commit e96123dCopy full SHA for e96123d
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
fetch-depth: 0
47
48
- name: ⚙️ Setup node ${{ matrix.node }}
49
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
50
with:
51
node-version: ${{ matrix.node }}
52
registry-url: 'https://registry.npmjs.org/'
.github/workflows/upload-assets.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23
24
25
26
27
28
0 commit comments