Skip to content

Commit

Permalink
Test publish with 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota committed Sep 1, 2024
1 parent c9a22c5 commit ff34931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish to NPM
on:
push:
release:
types: [created]
jobs:
Expand All @@ -9,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit ff34931

Please sign in to comment.