Skip to content

Commit

Permalink
chore(workflows): update action node version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ComfortablyCoding authored Oct 12, 2023
1 parent 95d1f27 commit 4d9105d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v2

- name: Install Node v14
- name: Install Node v18
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand Down

0 comments on commit 4d9105d

Please sign in to comment.