Skip to content

Commit

Permalink
ci: Bump actions/setup-node to v4 and lint with node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 5, 2024
1 parent dcfa168 commit 9339439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flatpak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --also=dev
Expand All @@ -105,9 +105,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "22"
- run: yarn install --also=dev
working-directory: flatpak-builder
- run: yarn run eslint .
Expand Down

0 comments on commit 9339439

Please sign in to comment.