Skip to content

Commit

Permalink
Updates node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Oct 3, 2024
1 parent c9f614b commit cea82ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loom-action-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20${{ matrix.node-version }}
- name: Set up Node.js 20
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/loom-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20${{ matrix.node-version }}
- name: Set up Node.js 20$
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit cea82ef

Please sign in to comment.