Skip to content

Commit

Permalink
update github workflows, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cardinalby committed Feb 2, 2024
1 parent 2a2df52 commit 66a1175
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 157 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
PACKED_JS_PATH: 'dist/index.js'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Extract branch name
id: extractBranch
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get 1.1.1 release by tag
id: getByTag
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
PACKED_JS_PATH: 'dist/index.js'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Build
Expand Down
Loading

0 comments on commit 66a1175

Please sign in to comment.