Skip to content

Commit

Permalink
ci: use latest node lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 3, 2024
1 parent 6d4e25c commit dc9d91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*
registry-url: https://registry.npmjs.org

Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*
registry-url: https://npm.pkg.github.com
scope: "@fdawgs"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*

- name: Install
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
check-latest: true
node-version: ${{ matrix.node-version }}

- name: Install
Expand Down

0 comments on commit dc9d91d

Please sign in to comment.