Skip to content

Commit

Permalink
Update node version in GitHub Actions CI
Browse files Browse the repository at this point in the history
Address GitHub Actions warning: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
  • Loading branch information
camillevilla committed Dec 22, 2023
1 parent 57c6e6c commit baeb905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
bundler-cache: true
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/checkout@v4
with:
node-version: 16
- name: Install PostgreSQL
Expand Down

0 comments on commit baeb905

Please sign in to comment.