Skip to content

Commit

Permalink
Merge pull request #505 from edm00se/edm00se-patch-1
Browse files Browse the repository at this point in the history
chore(ci): bumps lint.yml node to v22 lts
  • Loading branch information
edm00se authored Dec 2, 2024
2 parents 40c95ea + 9589cca commit 15159e6
Show file tree
Hide file tree
Showing 5 changed files with 1,210 additions and 817 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20 (LTS)
- name: Use Node.js 22 (LTS)
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'npm'
- name: npm install, build, and lint/test
run: |
Expand Down
2 changes: 1 addition & 1 deletion code-of-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ members of the project's leadership.
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: https://contributor-covenant.org
[homepage]: https://www.contributor-covenant.org/
[version]: https://contributor-covenant.org/version/1/4/
[contact]: https://docs.google.com/forms/d/e/1FAIpQLSeTRgns9TVGd_OsZkTOTdy0i4gtIC_PlPfgSHIeorQSfl7zUw/viewform?usp=pp_url&entry.1951245561=Code+of+Conduct+reporting+for+Awesome+Board+Games:%0A%0A
Loading

0 comments on commit 15159e6

Please sign in to comment.