Skip to content

Commit

Permalink
Merge pull request #39 from halitsever/development
Browse files Browse the repository at this point in the history
chore: 🤖 update node-version of actions
  • Loading branch information
halitsever authored Mar 3, 2024
2 parents a73e429 + 398ece8 commit 24657b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies and test 🧪
run: npm ci && npm run test
Expand Down

0 comments on commit 24657b0

Please sign in to comment.