Skip to content

Commit 352e1ca

Browse files
committed
remove setup node action step
1 parent 5851406 commit 352e1ca

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ jobs:
1515
name: Build
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
19-
- name: Setup NodeJS
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: 20
18+
uses: actions/checkout@main
2319
- name: Install Closure Compiler
2420
run: npm install --no-save google-closure-compiler
2521
- name: Build
2622
run: npm run build
2723
- name: Publish to npm
2824
if: github.ref == 'refs/heads/main'
29-
uses: JS-DevTools/npm-publish@v3
25+
uses: JS-DevTools/npm-publish@main
3026
with:
3127
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)