Skip to content

Commit df0f96a

Browse files
authored
fix(ci): use oxc-project/setup-node action for setting up node (#214)
https://github.com/oxc-project/tsgolint/actions/runs/17538705330/job/49806758000 `oxc-project/setup-node` automatically installs `pnpm` so should resolve this issue
1 parent da7a8c8 commit df0f96a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
with:
5151
persist-credentials: false
5252

53-
- name: Setup Node.js
54-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
55-
with:
56-
node-version: 22
57-
registry-url: https://registry.npmjs.org
53+
- uses: oxc-project/setup-node@f42e3bda950c7454575e78ee4eaac880a077700c # v1.0.0
5854

5955
- name: Download artifacts
6056
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

0 commit comments

Comments
 (0)