Skip to content

Commit

Permalink
chore: move to node 18 and update PostCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-elkin committed Jan 31, 2023
1 parent 448d695 commit 3733d9b
Show file tree
Hide file tree
Showing 7 changed files with 24,274 additions and 6,187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: 'npm'

- name: 📥 Download deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ github.ref == 'refs/heads/v11' && 8 || 14 }}
node-version: ${{ github.ref == 'refs/heads/v11' && 8 || 18 }}
cache: 'npm'

- name: 📥 Download deps
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
Loading

0 comments on commit 3733d9b

Please sign in to comment.