Skip to content

Commit

Permalink
Upgrade CI pipeline to Node.js v22
Browse files Browse the repository at this point in the history
  • Loading branch information
paazmaya committed Dec 6, 2024
1 parent 2d67d2d commit f47a519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting-and-unit-testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js v20 CI
name: Node.js v22 CI

on: [push]

Expand All @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js v20
- name: Use Node.js v22
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '22.x'
- run: npm ci
- run: npm run lint
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
All the code is under the [Creative Commons Attribution-ShareAlike 4.0 International Public License](https://creativecommons.org/licenses/by-sa/4.0/).
Full legal text also available in [`LICENSE` file](LICENSE).

[![Node.js v20 CI](https://github.com/paazmaya/naginata.fi/actions/workflows/linting-and-unit-testing.yml/badge.svg)](https://github.com/paazmaya/naginata.fi/actions/workflows/linting-and-unit-testing.yml)
[![Node.js v22 CI](https://github.com/paazmaya/naginata.fi/actions/workflows/linting-and-unit-testing.yml/badge.svg)](https://github.com/paazmaya/naginata.fi/actions/workflows/linting-and-unit-testing.yml)
![Visual Regression Status](https://api.ghostinspector.com/v1/suites/5408c0312f4dd6df5ae50101/status-badge)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1c6a708d-5ee5-4cd2-8e66-8cbdbfaa454d/deploy-status)](https://app.netlify.com/sites/naginata-finland/deploys)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=paazmaya_naginata.fi&metric=code_smells)](https://sonarcloud.io/dashboard?id=paazmaya_naginata.fi)
Expand Down

0 comments on commit f47a519

Please sign in to comment.