Skip to content

Commit

Permalink
workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
laliconfigcat committed Mar 13, 2024
1 parent 992b7a4 commit b965640
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/configcat-publicapi-node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: npm install
Expand All @@ -30,11 +30,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down

0 comments on commit b965640

Please sign in to comment.