Skip to content

Commit

Permalink
workflow dispatch, use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 19, 2023
1 parent 3fcced4 commit e730619
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
name: Node.js Package

on:
workflow_dispatch:

release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm test

Expand All @@ -25,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit e730619

Please sign in to comment.