Skip to content

Commit

Permalink
fix(github): node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sollbach authored and tsollbach committed Oct 28, 2024
1 parent 3f253f2 commit 6d12c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 🤖 node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"

- name: 🤖 install dependencies
run: npm ci
Expand Down

0 comments on commit 6d12c90

Please sign in to comment.