Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Aug 21, 2023
1 parent 988ee9f commit d5a5446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: node v12
- name: node v18
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit d5a5446

Please sign in to comment.