Skip to content

Commit

Permalink
Update aciton.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Aug 9, 2023
1 parent e700fca commit 79e17d8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,23 @@ on:
- master
tags:
- '*'
pull_request:
branches:
- master

jobs:

tests:
name: Test Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@master

- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'

- run: npm install

- run: npm test
# See {https://github.com/marketplace/actions/setup-node-js-for-use-with-actions}

0 comments on commit 79e17d8

Please sign in to comment.