Skip to content

Commit

Permalink
Update .github/workflows/npm-publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com>
  • Loading branch information
omdxp and JacobMGEvans committed Jul 10, 2022
1 parent 1090119 commit 065d4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: ☄️ checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 🐱‍🏍 node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registery-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 065d4d0

Please sign in to comment.