Skip to content

Commit

Permalink
chore: up node v
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Nov 20, 2024
1 parent 16d7bd2 commit f5af9bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [published]

env:
NODE_VERSION: lts/gallium
NODE_VERSION: lts/hydrogen

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
NODE_VERSION: lts/gallium
NODE_VERSION: lts/hydrogen

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit tests & Coverage
on: [push, pull_request]

env:
NODE_VERSION: lts/gallium
NODE_VERSION: lts/hydrogen
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

jobs:
Expand Down

0 comments on commit f5af9bd

Please sign in to comment.