Skip to content

Commit

Permalink
fix: updates pipelines to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Feb 3, 2025
1 parent 048e289 commit 9f5f4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:

- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node Environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Check File Format
Expand Down

0 comments on commit 9f5f4e6

Please sign in to comment.