Skip to content

Commit

Permalink
ci(Node): upgrade to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Nov 5, 2024
1 parent f7f21aa commit 5e6e153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18
PR_NUMBER: ${{ github.event.number }}

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 16
NODE: 18

permissions:
contents: read
Expand Down

0 comments on commit 5e6e153

Please sign in to comment.