Skip to content

Commit

Permalink
Upgrade to nodejs-22.4.0, upgrade dependencies (#13)
Browse files Browse the repository at this point in the history
node-22.4.0, npm update, check for uncommitted dist/ changes in ci
  • Loading branch information
nonrational authored Jul 3, 2024
1 parent deaef57 commit ac3503a
Show file tree
Hide file tree
Showing 6 changed files with 53,215 additions and 36,052 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.1
node-version: 22.4.0
- name: Install deps and build dist
run: npm i

- name: Check for unexpected dist changes
run: git diff --quiet

- run: npm run lint
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.9.0
nodejs 22.4.0
Loading

0 comments on commit ac3503a

Please sign in to comment.