Skip to content

Commit

Permalink
chore: drop node 16 system
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Dec 20, 2023
1 parent 3efa1f9 commit 2136d91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-trainers-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@escape.tech/graphql-armor": minor
---

ci: drop node 16 support
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [18, 20]

name: Examples Node ${{ matrix.node }}
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: |
run: |
corepack enable
yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: Set env
run: |
echo "NPM_VERSION=$(${{ github.ref_name }} | cut -c 28-)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Share readme
run: cp README.md packages/graphql-armor/README.md
Expand Down

0 comments on commit 2136d91

Please sign in to comment.