Skip to content

Commit 4612b9e

Browse files
authored
Update release.yml
1 parent ca88527 commit 4612b9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '22.x'
13+
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'
1515

1616
- name: Install dependencies
@@ -38,7 +38,6 @@ jobs:
3838
- name: Publish infra package
3939
run: |
4040
cd packages/infra
41-
npm unpublish @chkp/quantum-infra@1.0.1 --force
4241
npm publish --access public
4342
env:
4443
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)