Skip to content

Commit

Permalink
Merge pull request #53 from dmitrylyzo/ci-deps
Browse files Browse the repository at this point in the history
Update CI dependencies
  • Loading branch information
dmitrylyzo authored Mar 20, 2024
2 parents d6f76d8 + e9fbd69 commit 3461d90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
all_but_latest: true

- name: Checkout Base Repo
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Checkout Submodules
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
docker run --rm --env LC_ALL=C.UTF-8 -v "${PWD}":/code libass/jso:latest
- name: Upload Nightly Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.3.1
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master'
with:
name: js
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.1.1

- name: Checkout submodules
run: |
Expand All @@ -28,9 +28,9 @@ jobs:
docker run --rm -v "${PWD}":/code libass/jso:latest
- name: Setup node environment for NPM
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v4.0.2
with:
node-version: 14
node-version: 20
registry-url: 'https://registry.npmjs.org'
check-latest: true

Expand Down

0 comments on commit 3461d90

Please sign in to comment.