Skip to content

Commit

Permalink
Merge pull request #357 from adangel:update-actions
Browse files Browse the repository at this point in the history
Update actions and use node 20 #357
  • Loading branch information
adangel committed Mar 28, 2024
2 parents c6e3962 + eaaf387 commit a0a5d4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- name: Install gettext, intltool and jq
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: make zip-file
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: EasyScreenCast
path: EasyScreenCast_*.zip
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

**📦 Dependency updates:**

* [#357](https://github.com/EasyScreenCast/EasyScreenCast/pull/357): Update actions and use node 20 ([@adangel](https://github.com/adangel))

**Full Changelog**: <https://github.com/EasyScreenCast/EasyScreenCast/compare/1.8.0...HEAD>

# v1.8.0 (49) (2023-10-17)
Expand Down

0 comments on commit a0a5d4c

Please sign in to comment.