Skip to content

Commit

Permalink
ci: 🎡 change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael-R committed Jan 21, 2024
1 parent 40e0c68 commit aee1495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: NPM-Publish

on:
push:
branches: [ master ]
branches: [master]

jobs:
publish:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit aee1495

Please sign in to comment.